In the
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Olaotan on September 28, 2021, 01:43I am unable to click the area directly beneath and beside the currency converter on my website ( regalflowers.com.ng ).
I have to move my mouse far away from the icons before the cursor becomes clickable again
I am unable to click the area directly beneath and beside the currency converter on my website ( regalflowers.com.ng ).
I have to move my mouse far away from the icons before the cursor becomes clickable again
Quote from Pablo Borysenco on September 28, 2021, 10:32Hello
Try to add this CSS:
body .woocs_auto_switcher {width: 100px;
height: 120px;
}
Hello
Try to add this CSS:
width: 100px;
height: 120px;
}
Quote from Olaotan on September 29, 2021, 09:09Thanks for your response. Unfortunately, I am not a developer and don't know where to paste it. I have access to the wordpress backend but don't know where it should go
Thanks for your response. Unfortunately, I am not a developer and don't know where to paste it. I have access to the wordpress backend but don't know where it should go
Quote from Pablo Borysenco on September 29, 2021, 11:17Hello
Please read this - https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Hello
Please read this - https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Quote from Olaotan on September 29, 2021, 13:05Thanks a lot. It worked!
Also, in the currency design settings, I noticed I could change the Hover text. But would it be possible to have different Hover text for different currencies? (to let customers know which currency to pick, as different payment methods are supported by different currencies)
Thanks a lot. It worked!
Also, in the currency design settings, I noticed I could change the Hover text. But would it be possible to have different Hover text for different currencies? (to let customers know which currency to pick, as different payment methods are supported by different currencies)
Quote from Pablo Borysenco on September 30, 2021, 09:35You can add any text - https://share.pluginus.net/image/i20210930103354.png
And set - https://share.pluginus.net/image/i20210930103528.png
You can add any text - https://share.pluginus.net/image/i20210930103354.png
And set - https://share.pluginus.net/image/i20210930103528.png
Quote from Olaotan on September 30, 2021, 10:53Thanks for your ongoing help. I have done that. However, the description extends outside the box now. Pls is there a way to make it continue on the next line (and within the box) instead.
Pls see regalflowers.com.ng to see what I mean
Thanks for your ongoing help. I have done that. However, the description extends outside the box now. Pls is there a way to make it continue on the next line (and within the box) instead.
Pls see regalflowers.com.ng to see what I mean
Quote from Pablo Borysenco on September 30, 2021, 12:22Please add CSS:
body .woocs_auto_switcher li a span {
height: auto;
}body .woocs_auto_switcher li a span div {
white-space: pre-wrap;
height: auto;
}Result - https://c2n.me/4dvtr3T.png
Please add CSS:
body .woocs_auto_switcher li a span {
height: auto;
}
body .woocs_auto_switcher li a span div {
white-space: pre-wrap;
height: auto;
}
Result - https://c2n.me/4dvtr3T.png
Quote from Olaotan on September 30, 2021, 21:05Thanks!
Finally, pls could you give me a CSS code to make the currency feature shorter on the page (about 50% shorter) so that it is about the length of the 3letter currency codes within it.
It is currently blocking too much of the screen please. i.e. the empty space before and after USD, GBP etc is too much and blocking the screen pls.
Also, pls there is now an issue with the height of the USD section of the feature. It is double the regular height it was originally.
Pls see regalflowers.com.ng to see what I mean
When you send, please let me know if I would need to replace any of the previous codes
Thanks!
Finally, pls could you give me a CSS code to make the currency feature shorter on the page (about 50% shorter) so that it is about the length of the 3letter currency codes within it.
It is currently blocking too much of the screen please. i.e. the empty space before and after USD, GBP etc is too much and blocking the screen pls.
Also, pls there is now an issue with the height of the USD section of the feature. It is double the regular height it was originally.
Pls see regalflowers.com.ng to see what I mean
When you send, please let me know if I would need to replace any of the previous codes
Quote from Pablo Borysenco on October 1, 2021, 16:26Add CSS
body .woocs_auto_switcher li a span {
height: auto;
position: absolute;
margin: 0px;
left: 60px;
}body .woocs_auto_switcher {width: 50px;
}
Add CSS
body .woocs_auto_switcher li a span {
height: auto;
position: absolute;
margin: 0px;
left: 60px;
}
width: 50px;
}
Quote from Olaotan on October 3, 2021, 22:46Thanks so much for your help. It's now working great!
Thanks so much for your help. It's now working great!
Quote from Pablo Borysenco on October 4, 2021, 10:36Hello
Welcome;)
Hello
Welcome;)